Fix 'make mrproper' to remove pristine and ref trees.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 16 Jul 2005 14:14:29 +0000 (14:14 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 16 Jul 2005 14:14:29 +0000 (14:14 +0000)
buildconfigs/Rules.mk

index c4598c2ae0a0c6a24706491bfbce12597aedf2d9..8c2969f25d0aa854482e2f1999fb2db0f28ffbf1 100644 (file)
@@ -101,7 +101,7 @@ ref-%/.valid-ref: pristine-%/.valid-pristine
        rm -rf tmp-$@
 
 %-mrproper: %-mrproper-extra
-       rm -rf pristine-$* ref-$* $*.tar.bz2
+       rm -rf pristine-$(*)* ref-$(*)* $*.tar.bz2
        rm -rf $*-xen.patch
 
 netbsd-%-mrproper-extra: